www-Sharp.ClrHost SDK includes HTA compiler as htac.exe. It can compile HTML pages, images, video, Flash, XMLáand other files into single compiled HTML application.
Startup file for compiled HTA application is index.hta in the root directory.
ááá htac.exe @<project_file>
ááá project_file - www-Sharp compiled HTA project file.
ááá For example: htac.exe @hello.wshp
ááá htac.exe /Output:<output_file> /RootDir:<root_dir> /Log f1,
/recurse:f2, f3...
or
ááá htac.exe /out:<output_file> /root:<root_dir> /log f1, /r:f2, f2...
ááá output_file - output file name. Default is output.wsits.
ááá root_dir - root directory for the project. Default is current directory.
ááá log - if specified, output file names.
ááá recurse:, r: add files from subdirectories.
ááá fX - files to include into compiled HTA.
áááááááá File names should be relative to root directory and
áááááááá can include wildcards.
ááá For example: htac.exe /out:hello.wsits *.hta /recurse:*.htm* images\*.jpg
ááá htac.exe @@<simple_project>
ááá simple_project - file that contains command-line parameters,áone parameter on each line.
ááá For example, htac.exe @@helo.build
á